home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / games / adventure / playmud-1.9 / playmud.readme < prev    next >
Text File  |  1996-09-05  |  2KB  |  39 lines

  1. Short: v1.9 Simple interface to Amiga-LPMud
  2. Author: Lars Düning
  3. Type: game/role
  4. Version: 1.9
  5.  
  6.         PlayMud - A quick'n'dirty interface to Amiga-LPmud
  7.  
  8.           Copyright © 1992-1996 by Lars Duening (Mateese @ Nightfall).
  9.           All rights reserved.
  10.           Permission granted for non-commercial use.
  11.  
  12.  
  13.   This program is a replacement for the original 'telnet' delivered with
  14. van-Roode's AMud to play it. It can be used to play any mud port using
  15. a socket simulation compatible to van-Roode's one, like Amylaar's enhanced
  16. LPMud, DGD, MudOS or CircleMud.
  17.  
  18.   PlayMud interfaces the Mud to the player either by a vanilla interactive
  19. DOS handler (telnet used the console.device directly), or by running as door
  20. to the 'AmiExpress' BBS program.
  21.  
  22.   Since PlayMud should work with any stream handler, playing via the
  23. serial or AUX: handler should be possible (couldn't try it though).
  24.  
  25.   If a BBS provides similar handlers to subprograms (like CNet does),
  26. PlayMud can run under them as well. In such cases it might be necessary to
  27. specify explicitely that the 'Current' console is to be used.
  28.  
  29.   PlayMud assumes that the handler understands ANSI, or at least the
  30. ANSI sequences for normal and invisible display (<ESC>[0m and <ESC>[8m).
  31. PlayMud liberately does not switch the handler into raw mode to let the user
  32. profit from the advanced features of modern console handlers, like command
  33. histories or scroll buffers.
  34.  
  35.   Please note that PlayMud is just a simple interface between one IO handler
  36. and the running LPMud. If you need more advanced fancy like multi-line serial
  37. connections, you have to expand PlayMud on your own (or write your own
  38. IO handler).
  39.